home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / language / gemfst18.lzh / VDI_VRSN.DOC < prev    next >
Text File  |  1992-02-28  |  1KB  |  28 lines

  1.  
  2.  Version notes for VDIFAST...
  3.  
  4.  v1.8   02/21/91    Miscellanious fixes and additions.
  5.  
  6.    - escape funcs   All escape functions in VDIESCP1.S (those that take
  7.                     only a VDI handle as a parm) were broken, now fixed.
  8.                     A couple functions in VDIESCP2.S also fixed.
  9.                     
  10.    - v_curtext      This function's label was not defined as global, so 
  11.                     the linker would report this as an unknown function.
  12.                     
  13.    - vqt_fontinfo   This was incorrectly named v_qt_fontinfo() in prior
  14.                     versions.
  15.                     
  16.    - vqt_width      This was incorrectly named (missing its leading 
  17.                     underbar character) in prior versions.
  18.                     
  19.    - (all funcs)    Split the source code into a bajillion modules, most
  20.                     with only one function per module.  This makes the
  21.                     library a bit bigger, and should make your programs a
  22.                     bit smaller, since fewer unused functions will get 
  23.                     linked in just because they live in the same module
  24.                     as something you do use.
  25.                     
  26.  
  27.  
  28.